
.anim1{
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.anim2{
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s ease 0.2s;
    transition: all 1s ease 0.2s;
}
.anim3{
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.anim4{
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
}

.anim-show{
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
}



.wrap{
    width: 1300px;
    margin: 0 auto;
}



.header-content{
    height: 100px;
    /*border-bottom: 1px solid #ccc;*/
}
.header-logo{
    float: left;
    margin-top: 20px;
}
.header-logo img{
    width: 100%;
}
.nav{
    float: left;
    margin-top: 40px;
    margin-left: 190px;
}
.nav-list{
    position: relative;
    float: left;
    list-style: none;
    margin-left: 10px;
}
.nav-a{
    display: inline-block;
    font-size: 14px;
    color: #313131;
    line-height: 30px;
    /*padding-bottom: 30px;*/
    padding: 0 10px 30px;
}
.nav-list.on .nav-a{
    color: #095e34;
}
.nav-a-line{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #095e34;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.nav-list.on .nav-a-line{
    width: 100%;
}

.header-right{
    float: right;
}
.header-lang{
    position: relative;
    float: right;
    margin-top: 40px;
}
.lang-icon{
    float: left;
    background: url("../image/lang.png") no-repeat center center;
    height: 30px;
    width: 14px;
}
select::-ms-expand { display: none; }
.lang-select{
    float: left;
    height: 30px;
    line-height: 30px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    color: #666;
    text-align: center;
    padding-left: 6px;
    padding-right: 12px;
    outline: none;
}
.lang-arrow{
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff url("../image/lang-arrow.png") no-repeat center center;
    width: 10px;
    height: 30px;
}
.header-vip{
    float: right;
    line-height: 30px;
    margin-top: 40px;
    margin-right: 12px;
    /*background: url("../images/vip-icon.png") no-repeat left center;*/
    /*padding-left: 18px;*/
}
.header-vip iframe{ line-height:24px;}
.header-vip a{
    display: inline-block;
    color: #666666;
}

.header-vip span{
    display: inline-block;
    color: #666666;
    margin: 0 2px;
}

.index-banner .swiper-container{
    height: 590px;
    position: relative;
}
.index-banner .swiper-slide img{
    width: 100%;
}
.index-banner .swiper-slide a{ display:block; width:100%; height:100%;}
.index-banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.index-banner .swiper-pagination-switch {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: url("../image/dian.png") no-repeat center center;
    margin: 0 8px;
    cursor: pointer;
}
.index-banner .swiper-active-switch {
    background: url("../image/dian2.png") no-repeat center center;
}

.ip-list1-swiper{
    position: relative;
}
.ip-prev{
    position: absolute;
    left: 0;
    bottom: 80px;
    height: 40px;
    width: 27px;
    background: url("../image/ip-prev.png") no-repeat;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ip-next{
    position: absolute;
    right: 0;
    bottom: 80px;
    height: 40px;
    width: 27px;
    background: url("../image/ip-next.png") no-repeat;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ip-list{
    float: left;
    position: relative;
    margin-top: 36px;
    width: 32%;
    margin-left: 1.6%;
}
.index-product-content .ip-list:first-child{
    margin-left: 0;
}
.ip-box-img{
    overflow: hidden;
}
.ip-box-img img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}
.ip-box-con{
    /*padding-right: 20px;*/
    height: 80px;
}
.ip-box-con h4{
    font-size: 18px;
    color: #2f2f2f;
    line-height: 24px;
    font-weight: normal;
    padding-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ip-box-con p{
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ip-tip{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    background-color: #095e34;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ip-tip p{
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
	text-align: center;
}
.index-news{
    margin-top: 30px;
    padding-bottom: 40px;
}
.index-news .wrap{
    overflow: hidden;
}
.in-big{
    float: left;
    padding: 20px;
    width: 36%;
    border: 1px solid #eaeaea;
}
.in-big-img{
    overflow: hidden;
}
.in-big-img img{
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.in-big-con{
    padding-top: 18px;
}
.in-big-con h4{
    font-size: 16px;
    color: #535353;
    line-height: 24px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.in-big:hover .in-big-con h4{
    color: #095e34;
}
.in-big-con p{
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    margin-top: 6px;
    height: 44px;
    overflow: hidden;
}
.in-small{
    float: right;
    width: 57%;
    margin-top: -14px;
}
.ins-box{
    position: relative;
    border-top: 1px solid #e2e2e2;
    padding: 14px 0;
}
.in-small .ins-box:first-child{
    border-top: none;
}
.ins-box-date{
    float: left;
    width: 80px;
    height: 60px;
    border-right: 1px solid #eaeaea;
    text-align: center;
}
.ins-box-date h4{
    font-size: 30px;
    font-weight: normal;
    color: #b0b0b0;
    padding-top: 4px;
}
.ins-box-date p{
    font-size: 14px;
    color: #b0b0b0;
    line-height: 24px;
}
.ins-box-p{
    position: relative;
    float: left;
    width: 74%;
    margin-left: 16px;
    padding-top: 6px;
}
.ins-box-p h4{
    font-size: 16px;
    line-height: 24px;
    color: #484848;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ins-box-p p{
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
}
.ins-box-more{
    position: absolute;
    top: -1px;
    right: 0;
    width: 40px;
    height: 60px;
    background: #fff url("../image/ins-more.png") no-repeat center bottom;
}
.ins-box a:hover .ins-box-more{background: #fff url("../image/ins-more-on.png") no-repeat center bottom;}
.footer-content{
    padding-top: 50px;
    padding-bottom: 46px;
    background-color: #095e34;
}
.footer-list{
    float: left;
    width: 15%;
    margin-right: 1.4%;
}
.footer-list-title{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.fl-ul{
    list-style: none;
    padding-top: 20px;
}
.fl-ul li{
    margin-top: 10px;
}
.fl-ul li a{
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #e4f7ff;
}
.footer-wx{
    float: right;
    width: 10%;
}
.footer-wx-img{
    margin-top: 26px;
}
.footer-copyright{
    background-color: #2b2e35;
    color: #a5a5a5;
    line-height: 22px;
    padding: 16px 0;
}
.footer-copyright1{
    float: left;
}
.footer-copyright a{
    display: inline-block;
    color: #a5a5a5;
    line-height: 22px;
}
.footer-copyright2{
    float: right;
}
.fc-select{
    display: inline-block;
    color: #a5a5a5;
    line-height: 22px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    padding: 0 10px;
    margin-left: -10px;
}

.phone-hc{
    display: none;
}


.phone-nav{
    float: right;
}
.phone-nav-icon{
    height: 50px;
    width: 40px;
    background: url("../image/phone-menu.png") no-repeat center center;
    background-size: 28px 23px;
    cursor: pointer;
}
.phone-menu{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #e6e8ee;
    padding-bottom: 20px;
    box-shadow: 0 2px 4px #999;
    display: none;
}
.phone-menu-list{
    position: relative;
}
.phone-menu-title{
    position: relative;
    border-bottom: 1px solid #e6e8ee;
}
.phone-menu-title a{
    position: relative;
    display: block;
    /*width: 40%;*/
    font-size: 14px;
    color: #222222;
    line-height: 42px;
    padding-left: 5%;
    z-index: 2;
}
.phone-menu-icon{
    position: absolute;
    top: 0;
    right: 4%;
    width: 60px;
    height: 50px;
    background: url("http://www.hansmotion.com/stat/images/add.jpg") no-repeat center center;
    background-size: 24px 24px;
}
.phone-menu-title.on .phone-menu-icon{
    background: url("http://www.hansmotion.com/stat/images/del.jpg") no-repeat center center;
    background-size: 24px 24px;
}
.phone-menu-c{
    display: none;
    overflow: hidden;
}
.phone-menu-c a{
    display: block;
    font-size: 14px;
    color: #222222;
    line-height: 40px;
    padding-left: 7%;
    border-bottom: 1px solid #e6e8ee;
}
.phone-system-a{
    text-align: center;
    padding: 16px 0;
    margin-top: 10px;
}
.phone-system-a a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 0 10px;
}


.about{
    padding: 30px 0 70px;
}
.inner-banner{
    height: 400px;
}
.inner-banner-p{
    padding-top: 140px;
}
.inner-banner-p h3{
    font-size: 48px;
    font-weight: normal;
    color: #fff;
}
.inner-banner-p p{
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
}
.inner-type{
    border-bottom: 1px solid #e8e8e8;
}
.inner-link{
    float: left;
}
.inner-link a{
    float: left;
    display: inline-block;
    line-height: 60px;
    color: #535353;
    font-size: 14px;
    margin-right: 24px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.inner-link a.on{
    color: #00a2e9;
    border-bottom: 2px solid #00a2e9;
}
.inner-nav{
    float: right;
    margin-top: 18px;
}
.inner-nav .mbxdh{
    float: left;
    display: inline-block;
    color: #686868;
    font-size: 12px;
    line-height: 24px;
}
.inner-nav .mbxdh a{
    color: #686868;
    font-size: 12px;
    line-height: 24px;
}
.inner-nav .mbxdh a.house{
    background: url("../image/house.jpg") no-repeat left center;
    padding-left: 26px;
}
.inner-nav span{
    float: left;
    color: #686868;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin: 0 4px;
}
.about-title h3{
    font-size: 18px;
    line-height: 26px;
}
.inner-p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 10px 0;
}

.about-honor{
    padding-top: 30px;
    padding-bottom: 60px;
}
.ah-box{
    position: relative;
    float: left;
    width: 23.2%;
    margin-left: 2.2%;
    margin-top: 14px;
    text-align: center;
}
.about-honor-content .ah-box:nth-child(4n+1){
    margin-left: 0;
}
.ah-box-img img{
    width: 100%;
}
.ah-box p{
    color: #333333;
    font-size: 14px;
    padding-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lb-data .lb-close{
    position: fixed;
    top: 20px;
    right: 20px;
}


.about-develop{
    padding-top: 50px;
    padding-bottom: 60px;
}
.ade-title{
    float: left;
    width: 224px;
    padding-top: 32px;
    padding-bottom: 45px;
    text-align: right;
    border-bottom: 1px solid #d2d2d2;
}
.ade-title h3{
    font-size: 36px;
    color: #00a2e9;
}
.ade-title p{
    color: #00a2e9;
    font-size: 18px;
    margin-top: 12px;
}
.ade-con{
    position: relative;
    float: right;
    width: 77%;
    border-left: 1px solid #d2d2d2;
}
.ade-list{
    padding-left: 6%;
    position: relative;
    margin-top: 20px;
}
.ade-con .ade-list:first-child{
    margin-top: 0;
}
.ade-box{
    float: right;
    position: relative;
    width: 99%;
    padding: 40px 0;
    border: 1px solid #ececec;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ade-box h4{
    font-size: 26px;
    line-height: 34px;
    color: #00a2e9;
    padding: 0 40px;
}
.ade-box p{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding: 0 40px;
    margin-top: 10px;
}
.ade-box .ade-boxct{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding: 0 40px;
    margin-top: 10px;
}
.ade-arrow{
    position: absolute;
    top: 40px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url("../image/ade-arrow.png") no-repeat;
}
.ade-point{
    position: absolute;
    top: 40px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: url("../image/ade-point.png") no-repeat center center;
    transition: all 0.5s ease;
}


.product{
    padding-top: 20px;
    padding-bottom: 60px;
}
.product-content{
    padding-bottom: 30px;
}
.product-box{
    float: left;
    width: 23.4%;
    margin-left: 2%;
    margin-top: 20px;
    text-align: center;
}
.product-content .product-box:nth-child(4n+1){
    margin-left: 0;
}
.product-box-img{
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.product-box-img img{
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-box p{
    color: #333333;
    font-size: 14px;
    padding-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.page{
    text-align: center;
}
.page a{
    display: inline-block;
    padding: 10px 14px;
    margin: 4px 2px 0;
    color: #777777;
    border: 1px solid #ededed;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page span{
    display: inline-block;
    padding: 10px 14px;
    margin: 4px 2px 0;
    color: #777777;
    border: 1px solid #ededed;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page span{
    background-color: #00a2e9;
    color: #fff;
    border: 1px solid #00a2e9;
}
.page a.on{
    background-color: #00a2e9;
    color: #fff;
    border: 1px solid #00a2e9;
}



.product-detail{
    padding-bottom: 60px;
}
.pd-select{
    margin-top: 40px;
}
.pd-select select{
    width: 200px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.pd-top{
    margin-top: 40px;
}
.pd-img{
    float: left;
    width: 34.6%;
    border: 1px solid #eeeeee;
	margin-top: 2%;
}
.pd-img img{
    width: 100%;
}
.pd-info{
    float: right;
    width: 62%;
}
.pd-info-title{
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    line-height: 30px;
    padding-top: 10px;
}
.pd-info-list{
    margin-top: 24px;
}
.pd-info-list li{
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    color: #666666;
    border-bottom: 1px dashed #d3d7da;
}
.pd-bot{
    margin-top: 40px;
}
.pd-bot-type{
    border-bottom: 1px solid #d3d7da;
}
.pd-bot-type span{
    float: left;
    display: inline-block;
    line-height: 50px;
    background-color: #efefef;
    text-align: center;
    min-width: 100px;
    padding: 0 14px;
    font-size: 14px;
    color: #444444;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pd-bot-type span.on{
    background-color: #00a2e9;
    color: #fff;
}
.pd-bot-list{
    padding: 10px 0;
    display: none;
}

.product-detail .pd-message{
    border-top: 1px solid #d3d7da;
    margin-top: 30px;
    padding-top: 20px;
}
.pdm-list{
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-top: 16px;
}
.pd-message-content .pdm-list:nth-child(2n+1){
    margin-left: 0;
}
.pdm-input1{
    box-sizing: border-box;
    height: 44px;
    background-color: #efefef;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
}
.pdm-input2{
    box-sizing: border-box;
    float: left;
    height: 44px;
    background-color: #efefef;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
    padding: 0 20px;
    width: 88%;
}
.pdm-verf{
    float: left;
    width: 12%;
}
.pdm-verf img{ height:44px;}
.pdm-textarea{
    margin-top: 16px;
}
.pdm-textarea textarea{
    box-sizing: border-box;
    height: 200px;
    background-color: #efefef;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    resize: none;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 20px;
    width: 100%;
}
.pdm-btn{
    margin-top: 20px;
}
.pdm-btn input{
    background-color: #919191;
    height: 40px;
    width: 150px;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-right: 20px;
    -webkit-appearance: none;
}
.pdm-btn input.pdm-btn-submit{
    background-color: #00a2e9;
}

.application{
    padding-bottom: 40px;
}
.application-content{
    padding-top: 30px;
}
.app-box{
    float: left;
    margin-top: 12px;
    width: 24%;
    margin-left: 1%;
    height: 210px;
    text-align: center;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.application-content .app-box:nth-child(4n+1){
    margin-left: 0;
}
.app-box-icon{
    margin-top: 28px;
    height: 80px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.app-box1 .app-box-icon{
    background: url("../image/app1.png") no-repeat center center;
}
.app-box2 .app-box-icon{
    background: url("../image/app2.png") no-repeat center center;
}
.app-box3 .app-box-icon{
    background: url("../image/app3.png") no-repeat center center;
}
.app-box4 .app-box-icon{
    background: url("../image/app4.png") no-repeat center center;
}
.app-box5 .app-box-icon{
    background: url("../image/app5.png") no-repeat center center;
}
.app-box6 .app-box-icon{
    background: url("../image/app6.png") no-repeat center center;
}
.app-box7 .app-box-icon{
    background: url("../image/app7.png") no-repeat center center;
}
.app-box8 .app-box-icon{
    background: url("../image/app8.png") no-repeat center center;
}



.app-box h4{
    font-size: 20px;
    color: #535353;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.app-box p{
    color: #939393;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.news{
    padding-top: 10px;
    padding-bottom: 60px;
}
.news-content{
    padding-bottom: 20px;
}
.news-box{
    padding: 30px 0;
    border-top: 1px dashed #d6d9dc;
}
.news-content .news-box:first-child{
    border-top: none;
}
.news-box-img{
    float: left;
    width: 19%;
    overflow: hidden;
}
.news-box-img img{
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-box-con{
    float: right;
    width: 78%;
}
.news-box-title{
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-box-date{
    padding-left: 18px;
    background: url("../image/time.jpg") no-repeat left center;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
}
.news-box-p{
    font-size: 14px;
    color: #7b7b7b;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}
.news-box-pl{
    font-size: 14px;
    color: #7b7b7b;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}
.news-box-more{
    width: 110px;
    text-align: center;
    color: #828282;
    line-height: 32px;
    margin-top: 16px;
    border: 1px solid #bababa;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




.new-detail{
    padding-top: 30px;
    padding-bottom: 60px;
}
.news-detail-title{
    padding-bottom: 24px;
    border-bottom: 1px dashed #cccccc;
}
.nd-title-h{
    font-size: 24px;
    color: #333333;
    line-height: 32px;
}
.nd-title-p{
    margin-top: 12px;
}
.nd-date{
    float: left;
    font-size: 13px;
    line-height: 22px;
    padding-left: 24px;
    color: #939393;
    background: url("../image/nd-date.jpg") no-repeat left center;
}
.nd-eye{
    float: left;
    font-size: 13px;
    line-height: 22px;
    padding-left: 24px;
    margin-left: 18px;
    color: #939393;
    background: url("../image/nd-date.jpg") no-repeat left center;
}
.nd-share{
    float: left;
    font-size: 13px;
    line-height: 22px;
    padding-left: 24px;
    margin-left: 18px;
    color: #939393;
    background: url("../image/nd-share.jpg") no-repeat left center;
}
.nd-share a{
    background-image: none !important;
	color: #939393 !important;
	font-size: 13px !important;
	padding-left: 0px !important;
    margin: 0px !important;
	height: 21px !important;
    line-height: 21px !important;
	float: none !important;
}
.news-detail-p{
    padding: 10px 0;
}
.nd-pn{
    border-top: 1px dashed #cccccc;
    margin-top: 20px;
}
.nd-pn-list{
    border-bottom: 1px dashed #cccccc;
}
.nd-pn-title{
    float: left;
    line-height: 60px;
    font-size: 16px;
    color: #666666;
    width: 100px;
    padding-right: 10px;
}
.nd-pn-p{
    float: left;
    line-height: 60px;
    font-size: 16px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nd-pn-p a{
    display: inline-block;
    color: #444444;
}



.news-video .ah-box{
    cursor: pointer;
}
.ah-dark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.ah-dark img{
    width: 100%;
}




/*视频*/
.video-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.video-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter:alpha(opacity=80);
    opacity: 0.8;
}
.video-c{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    margin-top: -250px;
    text-align: center;
}
.video-close-btn{
    position: absolute;
    top: 0;
    right: -50px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #5d5443;
    background: #08111f;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}



.support-question{
    padding-top: 16px;
    padding-bottom: 60px;
}
.sq-box{
    margin-top: 20px;
}
.sqb-tip{
    float: left;
    width: 70px;
    height: 52px;
    line-height: 52px;
    font-size: 28px;
    color: #929292;
    text-align: center;
    border: 1px solid #ebebeb;
    border-bottom: 2px solid #00a2e9;
}
.sqb-tip.sqb-tip-answer{
    background-color: #00a2e9;
    color: #fff;
}
.sqb-question{
    position: relative;
    float: left;
    margin-left: 10px;
    width: 1200px;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.sqb-question p{
    font-size: 18px;
    color: #313131;
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sq-box.on .sqb-question p{
    color: #00a2e9;
}

.sqb-icon{
    position: absolute;
    top: 0;
    right: 0;
    height: 53px;
    width: 66px;
    background: url("../image/sqb-icon.png") no-repeat center center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sq-box.on .sqb-icon{
    background: url("http://www.hansmotion.com/stat/images/sqb-icon-on.png") no-repeat center center;
}
.sqb-drop{
    margin-top: 12px;
    display: none;
}
.sqb-con{
    float: left;
    margin-left: 10px;
    width: 1200px;
    border: 1px solid #ebebeb;
}
.sqb-con .faq{
    font-size: 14px;
    color: #6d6d6d;
    line-height: 24px;
    padding: 15px 20px;
}


.download-btn{
    width: 108px;
    height: 34px;
    background: url("../image/download-btn.jpg") no-repeat;
    margin-top: 24px;
}
.support-download .news-box-p{
    margin-top: 16px;
}
.support-download .news-box-pl{
    margin-top: 0px;
}


.contact{
    padding-top: 40px;
    padding-bottom: 60px;
}
.contact-con{
    border: 1px solid #e8e8e8;
}
.contact-map{
    float: left;
    width: 65%;
}
.contact-map img{
    width: 100%;
}
.contact-way{
    float: right;
    width: 35%;
}
.contact-way-box{
    padding: 0 10%;
    margin-top: 50px;
}
.contact-way-p h3{
    color: #363636;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}
.contact-way-p p{
    font-size: 14px;
    color: #868686;
    line-height: 24px;
    margin-top: 18px;
}
.contact-way-wx{
    margin-top: 30px;
}
.cw-wx-box{
    float: left;
    margin-left: 20px;
    text-align: center;
}
.cw-wx-box p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}


.contact-message{
    padding-top: 30px;
    padding-bottom: 60px;
}
.contact-message .pdm-input1{
    border: 1px solid #e8e8e8;
    background: none;
}
.contact-message .pdm-input2{
    border: 1px solid #e8e8e8;
    background: none;
}
.contact-message .pdm-textarea textarea{
    border: 1px solid #e8e8e8;
    background: none;
}




.recruit{
    padding-bottom: 60px;
}
.cj-bc{
    border-left: 1px solid #e5e5e5;
    margin-top: 48px;
}
.cj-box{
    float: left;
    width: 27%;
    padding: 0 3%;
    height: 264px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin-top: -1px;
}

.cj-box-title{
    font-size: 30px;
    color: #666666;
    line-height: 34px;
    padding-top: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cj-box table{
    width: 100%;
    margin-top: 28px;
}
.cj-box td{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding: 5px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cj-box-date{
    color: #939393;
    font-size: 14px;
    margin-top: 56px;
}


.business-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.business-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter:alpha(opacity=80);
    opacity: 0.8;
}
.business-c{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 500px;
    margin-left: -450px;
    margin-top: -250px;
    background-color: #fff;
}
.cjb-con{
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 0 40px;
}
.cjb-close{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.cjb-con-title{
    padding-top: 56px;
    padding-bottom: 20px;
}
.cjb-con-title h3{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.cjb-con-title p{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-top: 16px;
}
.cjb-list{
    border-top: 1px dashed #cccccc;
    padding-bottom: 20px;
}
.cjb-list h4{
    font-size: 16px;
    color: #555555;
    padding-top: 20px;
}
.cjb-list p{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-top: 10px;
}
.cjb-list .rzyq{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-top: 10px;
}
.cjb-submit{
    padding-bottom: 50px;
}
.cjb-submit-btn{
    display: inline-block;
    width: 100px;
    line-height: 36px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #095e34;
}
.contact-join-box{
    display: none;
}







.login{
    height: 570px;
    background: url("../image/login-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 1px;
}
.reg{
    height: 570px;
    background: url("../image/login-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 1px;
}
.find-password1{
    height: 570px;
    background: url("../image/login-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 1px;
}
.find-password1 .login-content{
    height: 300px;
}
.find-password1 .login-box .onShow{color: #8c8c8c;padding-left: 52px;padding-right: 20px; display:none;}
.find-password1 .login-box .onFocus{color: #aa1212;padding-left: 52px;padding-right: 20px;}
.find-password1 .login-box .onError{color: #aa1212;padding-left: 52px;padding-right: 20px;}
.find-password1 .login-box .onCorrect{color: #8c8c8c;padding-left: 52px;padding-right: 20px;}
.find-password1 .login-box .onError{color: #aa1212;padding-left: 52px;padding-right: 20px;}
.login-content{
    float: right;
    height: 360px;
    width: 380px;
    /*padding: 0 25px;*/
    margin-top: 70px;
    /*border: 1px solid #cbcbcb;*/
    background-color: #fff;
    margin-right: 90px;
    box-shadow: 0 0 3px #999;
}
.reg .login-content{
    height: 496px;
    margin-top: 50px;
}
.login-con-wrap{
    padding: 0 25px;
}
.login-con-title{
    font-size: 16px;
    color: #00a2e9;
    padding-top: 30px;
}
.login-box{
    position: relative;
    margin-top: 20px;
}
.reg .login-box{
    margin-top: 12px;
}
.reg .login-box .onShow{color: #8c8c8c;padding-left: 52px;padding-right: 20px;padding-top: 8px; display:none;}
.reg .login-box .onFocus{color: #aa1212;padding-left: 52px;padding-right: 20px;padding-top: 8px;}
.reg .login-box .onError{color: #aa1212;padding-left: 52px;padding-right: 20px;padding-top: 8px;}
.reg .login-box .onCorrect{color: #8c8c8c;padding-left: 52px;padding-right: 20px; padding-top: 8px;}
.reg .login-box .onError{color: #aa1212;padding-left: 52px;padding-right: 20px; padding-top: 8px;}
.reg .login-bc{
    padding-top: 6px;
}
.login-input1{
    height: 36px;
    line-height: 36px;
    border: 1px solid #cecece;
    padding-left: 52px;
    padding-right: 20px;
    width: 256px;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.input-focus{
    height: 36px;
    line-height: 36px;
    border: 1px solid #cecece;
    padding-left: 52px;
    padding-right: 20px;
    width: 256px;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.lb-icon{
    position: absolute;
    top: 1px;
    left: 1px;
    width: 36px;
    height: 36px;
}
.lb-icon1{
    background: #f3f3f3 url("../image/lb-icon1.jpg") no-repeat center center;
}
.lb-icon2{
    background: #f3f3f3 url("../image/lb-icon2.jpg") no-repeat center center;
}
.lb-icon3{
    background: #f3f3f3 url("../image/lb-icon3.jpg") no-repeat center center;
}
.lb-icon4{
    background: #f3f3f3 url("../image/lb-icon4.png") no-repeat center center;
    background-size: 20px 20px;
}
.login-choose{
    color: #8c8c8c;
    margin-top: 20px;
}
.lci-p{
    float: left;
}
.lci-p a{
    display: inline-block;
    color: #8c8c8c;
}
.lci-box{
    float: right;
}
.lci-box a{color: #8c8c8c;}
.login-choose-input{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}
.login-submit{
    margin-top: 24px;
}
.login .login-submit{
    margin-top: 46px;
}
.login-submit input{
    /*width: 330px;*/
    width: 100%;
    height: 38px;
    color: #fff;
    background-color: #00a2e9;
    font-weight: bold;
    border: none;
    font-size: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.login-p{
    color: #9e9e9e;
    margin-top: 12px;
    text-align: right;
}
.login-p a{
    color: #00a2e9;
}
.login-tip{
    margin-top: 22px;
    border-top: 1px dashed #d2d2d2;
    line-height: 18px;
    color: #bababa;
    padding-top: 14px;
}
.about-develop-content{
    margin-top: 30px;
}




/*CSS Digg style pagination*/

DIV.digg {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
DIV.digg A {
	BORDER-RIGHT: #aaaadd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #aaaadd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #aaaadd 1px solid; COLOR: #095e34; PADDING-TOP: 2px; BORDER-BOTTOM: #aaaadd 1px solid; TEXT-DECORATION: none
}
DIV.digg A:hover {
	BORDER-RIGHT: #095e34 1px solid; BORDER-TOP: #095e34 1px solid; BORDER-LEFT: #095e34 1px solid; COLOR: #000; BORDER-BOTTOM: #095e34 1px solid
}
DIV.digg A:active {
	BORDER-RIGHT: #095e34 1px solid; BORDER-TOP: #095e34 1px solid; BORDER-LEFT: #095e34 1px solid; COLOR: #000; BORDER-BOTTOM: #095e34 1px solid
}
DIV.digg SPAN.thisclass {
	BORDER-RIGHT: #095e34 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #095e34 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #095e34 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #095e34 1px solid; BACKGROUND-COLOR: #095e34
}
DIV.digg SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}


/*CSS pageinfo style pagination*/

.pageinfo {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
.pageinfo A {
	BORDER-RIGHT: #aaaadd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #aaaadd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #aaaadd 1px solid; COLOR: #095e34; PADDING-TOP: 2px; BORDER-BOTTOM: #aaaadd 1px solid; TEXT-DECORATION: none
}
.pageinfo A:hover {
	BORDER-RIGHT: #095e34 1px solid; BORDER-TOP: #095e34 1px solid; BORDER-LEFT: #095e34 1px solid; COLOR: #000; BORDER-BOTTOM: #095e34 1px solid
}
.pageinfo A:active {
	BORDER-RIGHT: #095e34 1px solid; BORDER-TOP: #095e34 1px solid; BORDER-LEFT: #095e34 1px solid; COLOR: #000; BORDER-BOTTOM: #095e34 1px solid
}
.pageinfo SPAN.thisclass {
	BORDER-RIGHT: #095e34 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #095e34 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #095e34 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #095e34 1px solid; BACKGROUND-COLOR: #095e34
}
.pageinfo SPAN.disabled {
	BORDER-RIGHT: #929292 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #929292 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #929292 1px solid; COLOR: #929292; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #929292 1px solid
}